/**
* CSS
* 
* @version 2.0
* @author Jong
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial sans-serif;
	background: #59f;
	color: #909191;
	margin:0;
}

/*body {
background-repeat: no-repeat;
background-position: center center !important;
background-attachment: fixed;
}*/

body {
width: 960px;
margin: 0 auto;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a{
	color: gray;
}
a:hover { 
color: orange;
text-decoration:none;
background-image:url(files/gimgs/for sale petit.jpg);
background-repeat:no-repeat;
}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #909090; } /*fleches du bas*/
a:hover { text-decoration: underline; }

a img { border: none; }
#base{
	width:100%;
	min-height:4em;
}



#menu {
    width: 100%;
	height:2.5em;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	background-color:black;
	border-bottom:2px solid transparent;
	z-index:99;
	color: white;
}
#menu hr{display:none;}
#menu p {
	display:inline;
	float:left;
	height:2.5em;
padding-left:1em;padding-right:1em;
	line-height:2.5em;
	color: gray; /*texte nom+contact+copyright*/
}
#menu ul {
	display:inline;
	float:left;
	list-style: none;
	height:2.5em;
	overflow:hidden;
	background-color:black;
	color: orange;
	padding:0;
	margin:0;
	text-align:center;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border:0;
	border-right:2px solid transparent;
/*texte under construction*/
}
#menu ul:hover{
	color: orange;
	padding-bottom:3px;
	height:auto;
	//background-color:#999;
	border-bottom:2px solid black;
	border-right:2px solid black;
	border-top:0;
	//position:relative;top:2.5em;
	/*déroulé menu under construction*/
}

#menu ul a{
	display:block;
	color:#666;
}
#menu a:visited{
	color:#06d;
}
#menu ul a:hover{
color: orange;
background-color:black;
text-decoration:none;
}
#menu ul li{
	line-height:2.5em;
	display:inline;
	width:100%;
	overflow:hidden;
	padding:0!important;
}
/*#menu ul li a{
	padding:.3em;
	padding-left:1em;
	padding-right:1em;
}*/
#menu ul li.section-title {line-height:2.5em; min-width:6em;padding-left:.5em;padding-right:.5em;text-transform:capitalize;border-left:2px solid transparent;border-right:2px solid transparent; }
#menu ul li[class="section-title"]{
	display:block;}
#menu ul li.section-title:hover /*{ cursor:pointer; background-color:#eee; color:#333; }*/

#content {
	margin-top:2.5em;
    width: 100%;
    top: 0;
}
#flashcontent{
	height: 550px;
}

hr{
	border:0;
	background-color:grey;
	height:1px;
}
#content p { width: 60%; margin-bottom: .1em; padding:1em; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 1em; padding: 1em; 
	position: absolute;
	margin-left: 0;
} /*position slideshow*/
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }